home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-06-07 | 467 b | 15 lines | [TEXT/CWIE] |
- // Layers.h
- // This very well might be copyrighted by Apple Computer, Inc. but it is undocumented so I have no idea.
- // I only included the parts that are necessary for X-Ray because the rest is quite voodoo (as if this isn't)
-
- #ifndef __LAYERS__
- #define __LAYERS__
-
- typedef WindowRecord LayerRecord;
- typedef WindowPeek LayerPtr;
-
- #define GetFirstLayerWindow(aLayer) ((WindowPtr)aLayer->windowPic)
- #define GetCurLayer() (*(LayerPtr*)0x00000A90)
-
- #endif // __LAYERS__
-